2.9.2. Query string parameters
| Parameter | Description | type | Is it Mandatory to complete the field? |
| docNumber | fiscal document ID | string | |
| employeeName | fiscal document number | string | |
| amount | document amount in kopecks | integer | |
| currency | currency name | string |
Code:
{
"docNumber": "string, document number in the accounting system, optional",
"employeeName": "string, cashier's full name",
"amount": "integer, document amount in kopecks",
"currency": "string, currency name"
}